@charset "UTF-8";
/* CSS Document */

html{ height: 100%;
	  width: 100%;
}

/*    header    */
header{
    width: 100%;
    height: 125px;
}


header .logo{
    float: left;
    margin: 20px;
}

header nav{
    float: right;
    
}


header nav ul li{
    list-style: none;
    display: block;
    float: left;
    margin: 50px;
}

header nav ul li a{
    text-decoration: none;  
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
	font-weight: 400;
	color: black;
}



header nav ul li a:hover{
    color: #B9B9B9;
}

#container{
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	position: relative;
}

#container nav ul li{
	text-align: center;
    list-style: none;
    display: block;
    float: left;
    margin: 40px;
}

#container nav ul li a{
	
	text-decoration: none;  
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
	font-weight: 400;
	color: black;
	
	
}

#container nav ul li img{
	display: block;
	align-content: center;
	-webkit-transition: margin .5s ease;
     -moz-transition: margin .5s ease;
       -o-transition: margin .5s ease;
      -ms-transition: margin .5s ease;
          transition: margin .5s ease;
	
}


#container nav ul li img:hover{
   margin-top: -20px;
}


img {
	display: block;
	float: left;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	}


h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
	color: black;
	text-align: right;
	font-weight: 400;
 	margin: 5px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}


p {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
	color: gray;
	text-align: left;
	font-weight: 400;
	margin: 10px; 
}



.center {
    margin-left: auto;
    margin-right: auto;
	
	
}





